HTMLify

index.html
Views: 47 | Author: khushi
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>NETFLIX</title>
    <link href="netflix.css" rel="stylesheet" />
</head>

<body>

    <div class="main">
      <nav>
        <span><img width="53x" src="images/logo.svg" /></span>
        <div>
          <button class="btn">Language</button>
          <button class="btn btn-log">Log_in</button>
        </div>
      </nav>
      <div class="box"></div>
      <div class="center">
        <span>Unlimited movies, TV shows and more</span>
        <span>Watch anywhere. Cancel anytime.</span>
        <span>Ready to watch? Enter your email to create or restart your membership.</span>
        <div class="cen-btn">
          <input type="email" placeholder="Email Address" />
          <button class="btn btn-red">Get Started &gt;</button>
        </div>
      </div>

      <div class="seprate"></div>
    </div>

    <section class="first">
      <div>
        <span>Enjoy on your TV</span>
        <span>Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</span>
      </div>
      <div class="img">
        <img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png" data-uia="nmhp-card-animation-asset-image">
        <video autoplay="" playsinline="" muted="" loop=""><source src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/video-tv-in-0819.m4v" type="video/mp4"></video>
      </div>
    </section>

    <div class="seprate"></div>

    <section class="first second">
      <div class="img">
        <img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/mobile-0819.jpg">
      </div>
          <div >
            <span>Download your shows to watch offline</span>
            <span>Save your favourites easily and always have something to watch.</span>
          </div>
    </section>
    <div class="seprate"></div>

    <section class="first third">
      <div>
        <span>Watch everywhere</span>
        <span>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</span>
      </div>
      <div class="img">
        <img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/device-pile-in.png">
        <video autoplay="" playsinline="" muted="" loop=""><source src="vdo/sec third.m4v" type="video/mp4"></video>
      </div>
    </section>
    <div class="seprate"></div>
    <section class="first fourth">
       <div class="img">
        <img  src="https://occ-0-6246-2186.1.nflxso.net/dnm/api/v6/19OhWN2dO19C9txTON9tvTFtefw/AAAABVr8nYuAg0xDpXDv0VI9HUoH7r2aGp4TKRCsKNQrMwxzTtr-NlwOHeS8bCI2oeZddmu3nMYr3j9MjYhHyjBASb1FaOGYZNYvPBCL.png?r=54d">
       </div>
       <div>
        <span>Create profiles for kids</span>
        <span>Send children on adventures with their favourite characters in a space made just for them—free with your membership.</span>
       </div>
    </section>
    <div class="seprate"></div>
    <section class="first faq ">
      <div class="faq">
        <span>Frequently Asked Questions</span>
      </div>
      <div class="faqbox">
        <span>What is NetFlix</span>
        <svg width="24" height="24" viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg">
            <path d="M12 4V20" stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
            <path d="M4 12H20" stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
        </svg>
    </section>
  </body>
</html>

Comments